home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / PS-files / global.ps < prev    next >
Text File  |  1995-02-12  |  620b  |  19 lines

  1. % When printing a DVI file using low-level PostScript printing,
  2. % OzTeX looks for a file called global.ps in the current folder and
  3. % includes it after DVItoPS.pro.
  4. %
  5. % Copy this file to the same folder as your DVI file to get the word
  6. % "DRAFT" printed in the same location on every page.
  7.  
  8. /@bop0                          % redefine @bop0 (see DVItoPS.pro)
  9. { pop                           % throw away page number
  10.   /mysave save def
  11.     initgraphics                % use default coordinates
  12.     /Helvetica-Bold findfont
  13.     72 scalefont setfont
  14.     36 36 moveto
  15.     0.95 setgray
  16.     (DRAFT) show
  17.   mysave restore
  18. } def
  19.